home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / MISCELLA / SPLINE10.ZIP / SPLINAPP.FRM < prev    next >
Text File  |  1993-12-27  |  19KB  |  692 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    BackColor       =   &H00FFFFFF&
  4.    Caption         =   "This is Splinal App!"
  5.    ClientHeight    =   6630
  6.    ClientLeft      =   2745
  7.    ClientTop       =   1800
  8.    ClientWidth     =   5970
  9.    Height          =   7095
  10.    Icon            =   SPLINAPP.FRX:0000
  11.    Left            =   2655
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form1"
  14.    ScaleHeight     =   6630
  15.    ScaleWidth      =   5970
  16.    Top             =   1425
  17.    Width           =   6150
  18.    Begin CommandButton btnAbout 
  19.       Caption         =   "&About..."
  20.       Height          =   435
  21.       Left            =   4410
  22.       TabIndex        =   27
  23.       Top             =   6090
  24.       Width           =   1275
  25.    End
  26.    Begin CommandButton btnExit 
  27.       Caption         =   "E&xit"
  28.       Height          =   435
  29.       Left            =   2940
  30.       TabIndex        =   24
  31.       Top             =   5535
  32.       Width           =   1275
  33.    End
  34.    Begin CommandButton btnReset 
  35.       Caption         =   "&Reset"
  36.       Height          =   435
  37.       Left            =   4410
  38.       TabIndex        =   9
  39.       Top             =   5535
  40.       Width           =   1275
  41.    End
  42.    Begin Frame ParameterFrame 
  43.       BackColor       =   &H00FFFFFF&
  44.       Caption         =   "Parameters"
  45.       Height          =   2025
  46.       Left            =   2910
  47.       TabIndex        =   17
  48.       Top             =   3255
  49.       Width           =   2775
  50.       Begin SpinButton spinBias 
  51.          Delay           =   50
  52.          Enabled         =   0   'False
  53.          Height          =   285
  54.          Left            =   2415
  55.          Top             =   1440
  56.          Width           =   225
  57.       End
  58.       Begin SpinButton spinTension 
  59.          Delay           =   50
  60.          Enabled         =   0   'False
  61.          Height          =   285
  62.          Left            =   2415
  63.          Top             =   1080
  64.          Width           =   225
  65.       End
  66.       Begin SpinButton spinResolution 
  67.          Delay           =   50
  68.          Height          =   285
  69.          Left            =   2415
  70.          Top             =   720
  71.          Width           =   225
  72.       End
  73.       Begin TextBox txtBias 
  74.          Enabled         =   0   'False
  75.          Height          =   285
  76.          Left            =   1680
  77.          TabIndex        =   8
  78.          Top             =   1440
  79.          Width           =   750
  80.       End
  81.       Begin TextBox txtTension 
  82.          Enabled         =   0   'False
  83.          Height          =   285
  84.          Left            =   1680
  85.          TabIndex        =   7
  86.          Top             =   1080
  87.          Width           =   750
  88.       End
  89.       Begin TextBox txtResolution 
  90.          Height          =   285
  91.          Left            =   1680
  92.          TabIndex        =   6
  93.          Top             =   720
  94.          Width           =   750
  95.       End
  96.       Begin Label lblNumPointsLabel 
  97.          Alignment       =   1  'Right Justify
  98.          BackColor       =   &H00FFFFFF&
  99.          Caption         =   "Number of Points:"
  100.          Height          =   285
  101.          Left            =   15
  102.          TabIndex        =   23
  103.          Top             =   360
  104.          Width           =   1575
  105.       End
  106.       Begin Label lblResolution 
  107.          Alignment       =   1  'Right Justify
  108.          BackColor       =   &H00FFFFFF&
  109.          Caption         =   "Resolution:"
  110.          Height          =   240
  111.          Left            =   15
  112.          TabIndex        =   22
  113.          Top             =   720
  114.          Width           =   1605
  115.       End
  116.       Begin Label lblTension 
  117.          Alignment       =   1  'Right Justify
  118.          BackColor       =   &H00FFFFFF&
  119.          Caption         =   "Tension:"
  120.          Enabled         =   0   'False
  121.          Height          =   270
  122.          Left            =   15
  123.          TabIndex        =   21
  124.          Top             =   1080
  125.          Width           =   1575
  126.       End
  127.       Begin Label lblBias 
  128.          Alignment       =   1  'Right Justify
  129.          BackColor       =   &H00FFFFFF&
  130.          Caption         =   "Bias:"
  131.          Enabled         =   0   'False
  132.          Height          =   270
  133.          Left            =   15
  134.          TabIndex        =   20
  135.          Top             =   1440
  136.          Width           =   1575
  137.       End
  138.       Begin Label lblNumPoints 
  139.          Caption         =   "###"
  140.          Height          =   285
  141.          Left            =   1680
  142.          TabIndex        =   19
  143.          Top             =   360
  144.          Width           =   960
  145.       End
  146.    End
  147.    Begin Frame TypeFrame 
  148.       BackColor       =   &H00FFFFFF&
  149.       Caption         =   "Curve Type"
  150.       Height          =   2685
  151.       Left            =   315
  152.       TabIndex        =   11
  153.       Top             =   3255
  154.       Width           =   2535
  155.       Begin PictureBox picCurveColor 
  156.          Height          =   255
  157.          Index           =   6
  158.          Left            =   1950
  159.          ScaleHeight     =   225
  160.          ScaleWidth      =   345
  161.          TabIndex        =   18
  162.          Top             =   710
  163.          Width           =   375
  164.       End
  165.       Begin CheckBox chkCurveType 
  166.          BackColor       =   &H00FFFFFF&
  167.          Caption         =   "Control &Points"
  168.          Height          =   255
  169.          Index           =   6
  170.          Left            =   120
  171.          TabIndex        =   4
  172.          Top             =   710
  173.          Value           =   1  'Checked
  174.          Width           =   1575
  175.       End
  176.       Begin PictureBox picCurveColor 
  177.          Height          =   255
  178.          Index           =   5
  179.          Left            =   1950
  180.          ScaleHeight     =   225
  181.          ScaleWidth      =   345
  182.          TabIndex        =   16
  183.          Top             =   2160
  184.          Width           =   375
  185.       End
  186.       Begin CommonDialog CMDialog1 
  187.          Left            =   1260
  188.          Top             =   2100
  189.       End
  190.       Begin CheckBox chkCurveType 
  191.          BackColor       =   &H00FFFFFF&
  192.          Caption         =   "&Tau"
  193.          Height          =   255
  194.          Index           =   5
  195.          Left            =   120
  196.          TabIndex        =   5
  197.          Top             =   2160
  198.          Width           =   1095
  199.       End
  200.       Begin PictureBox picCurveColor 
  201.          Height          =   255
  202.          Index           =   4
  203.          Left            =   1950
  204.          ScaleHeight     =   225
  205.          ScaleWidth      =   345
  206.          TabIndex        =   15
  207.          Top             =   1800
  208.          Width           =   375
  209.       End
  210.       Begin CheckBox chkCurveType 
  211.          BackColor       =   &H00FFFFFF&
  212.          Caption         =   "B&eta"
  213.          Height          =   255
  214.          Index           =   4
  215.          Left            =   120
  216.          TabIndex        =   3
  217.          Top             =   1800
  218.          Width           =   1215
  219.       End
  220.       Begin PictureBox picCurveColor 
  221.          Height          =   255
  222.          Index           =   3
  223.          Left            =   1950
  224.          ScaleHeight     =   225
  225.          ScaleWidth      =   345
  226.          TabIndex        =   14
  227.          Top             =   1440
  228.          Width           =   375
  229.       End
  230.       Begin CheckBox chkCurveType 
  231.          BackColor       =   &H00FFFFFF&
  232.          Caption         =   "&Bspline"
  233.          Height          =   255
  234.          Index           =   3
  235.          Left            =   120
  236.          TabIndex        =   2
  237.          Top             =   1440
  238.          Width           =   1215
  239.       End
  240.       Begin PictureBox picCurveColor 
  241.          Height          =   255
  242.          Index           =   2
  243.          Left            =   1950
  244.          ScaleHeight     =   225
  245.          ScaleWidth      =   345
  246.          TabIndex        =   13
  247.          Top             =   1080
  248.          Width           =   375
  249.       End
  250.       Begin CheckBox chkCurveType 
  251.          BackColor       =   &H00FFFFFF&
  252.          Caption         =   "Be&zier"
  253.          Height          =   255
  254.          I